.content_info_table_update,.content_inquiry_table_update{
  display: grid;
  grid-template-columns: repeat(2, 1fr);  
  /* gap: 3px; */
  width: 100%;
  margin-top: 24px;
  border: 1px solid #f2f2f2;
}
.project_item_active {
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 4px 4px 6px rgba(204, 230, 255, 0.5),-4px 4px 6px rgba(204, 230, 255, 0.5);
  }
  .project_item_blueBg:first-child,
  .project_item:first-child{
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ededed;
    border-top-left-radius: 5px;
  }
  .project_item_blueBg:nth-child(2),
  .project_item:nth-child(2){
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ededed;
    border-top-right-radius: 5px;
  }
  .project_item_blueBg:nth-child(9),
  .project_item:nth-child(9){
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ededed;
    border-bottom-left-radius: 5px;
  }
  .project_item_blueBg:nth-child(10),
  .project_item:nth-child(10){
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ededed;
    border-bottom-right-radius: 5px;
  }
  .project_item_blueBg,
  .project_item{
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ededed;
    position: relative;
    overflow: visible; /* 确保阴影不被裁剪 */
  }
  .project_item_blueBg:hover,
  .project_item:hover{
    /* box-shadow:-3px 0 5px rgba(0, 0, 0, 0.1), 
    3px 0 5px rgba(0, 0, 0, 0.1), 
    0 -3px 5px rgba(0, 0, 0, 0.1), 
    0 3px 5px rgba(0, 0, 0, 0.1);   */
    z-index: 100;
    box-shadow: -3px 0px 3px rgba(204, 230, 255, 1), 3px 0px 3px rgba(204, 230, 255, 1);
    .rightU_jt{
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #2078fd;
      position: absolute;
      right: -9%;
      top: -5%;
      cursor: pointer;
    }
  }
  .rightU_jt{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    right: -9%;
    top: -5%;
    cursor: pointer;
  }
  .project_item_blueBg:hover::after,
  .project_item:hover::after {
    content: "";
    position: absolute;
    bottom: 0px;/* 向下偏移3px显示底部阴影 */
    left: 0px;/* 向左偏移1px显示左侧阴影 */
    width: calc(100% + 0px);/* 补足左右偏移的宽度 */
    height: calc(100% + 0px);/* 补足底部偏移的高度 */
    z-index: 1;/* 三边阴影：左、右、下 */
    box-shadow:
      0px 0 5px rgba(204, 230, 255, 1),/* 左侧阴影 */
      0px 0 5px rgba(204, 230, 255, 1),/* 右侧阴影 */
      0 3px 5px rgba(204, 230, 255, 1);/* 底部阴影 */
  }
  .project_item_wrap{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  /* 提升链接内容的层级 */
  .project_item_wrap a {
    position: relative;/* 创建新的堆叠上下文 */
    z-index: 2;/* 确保内容在伪元素之上 */
  }
  .project_item:hover .project_title {
    color: #1c78ff;
  }

  /* 鼠标悬停 蓝色背景 白色文字 start */
  .project_item_blueBg:hover {
    background-color: #1c78ff;
  }

  .project_item_blueBg:hover .project_title,
  .project_item_blueBg:hover .project_meta span,
  .project_item_blueBg:hover .project_item_btm span {
    color: white !important;
  }

  .project_item_blueBg a,
  .project_item a {
    display: block;
    height: 100%;
    text-decoration: none;
  }

  .project_item_blueBg:hover img.positionU,
  .project_item_blueBg:hover img.posttimeU {
    filter: brightness(0) invert(1) !important;
  }
  /* 鼠标悬停 蓝色背景 白色文字 end */

  .project_title_active {
    font-size: 14px;
    color: #1c78ff;
  }
 .project_title{
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    width: 100%;
  }
  
  .project_meta {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #757575;
    margin-top: 12px;
    height: 20px;
    position: relative;
  }

  .project_item_btm{
    display: inline-block;
    display: flex;
    align-items: center;
  }
  .positionU,.posttimeU{
    margin-right: 5px;
  }
  .rightU-wrap{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2078fd;
    position: absolute;
    right: -9%;
    top: -5%;
    cursor: pointer;
  }
  .district_box_u{
    width: 310px;
    /* height: 270px; */
    background: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}
  .district_top_u{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }
  .district_top_u .district_top_u_top{
    display: flex;
    align-items: center;
  }
  .district_top_u .district_top_u_top .district_top_navTit{
    margin-left: 20px;
    font-size: 20px;
    font-weight: 700;
  }
  .district_first_u{
    margin-right: 10px;
    font-weight: 700;
    color: #333333;
  }
.district_content_u{
    background-image: url(../img/map_bj.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 25px;
    /* padding-right: 25px; */
    box-sizing: border-box;
    /* height: 219px; */
    overflow: hidden;
}
.district_item_u{
  display: flex;
  margin-top: 18px;
}
.district_content_u ul{
    display: flex;
    justify-content: flex-start;
    /* flex: 1; */
    flex-wrap: wrap;
}
.district_content_u ul li{
    margin-right: 5px;
}
.top_plat_group li a:hover,
.district_content_u .shubiao a:hover {
  color: #1c78ff !important;
  transition: color 0.3s ease;
}
/* 如果默认链接颜色被父级元素控制，可能需要补充基础样式 */
.district_content_u .shubiao a {
  color: inherit;/* 继承父级颜色 */
  text-decoration: none;
}
/* 首页招标平台 */
.content_info_right_three_u{
  width: 310px;
  background: #f7f8fa;
  margin-top: 20px;
  border: 1px solid #fff;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;

}
.district_top_u 
/*个人中心导航*/
/*个人中心首页中部*/
.big_box_u{
  background-color: #ecf5fe;
}
.user_header_u{
	background-color: #fff;
  display: flex;
  align-items: center;
}
.nav_u{
	width: 1200px;
	height: 80px;
	display: flex;
	align-items: center;
	margin:0 auto;
}
.header_list_u{
  display: flex;
  align-items: center;
}
.header_list_u li{
  margin: 0 20px;
  display: flex;
  justify-content:start ;
  align-items: center;
  cursor: pointer;
  height: 35px;
}
.header_list_u li a{
  color: #333;
}

.down_sj_u{
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #1c78ff;
  margin-left: 10px;
}
.nikenameu{
  color: #333;
}
/* 查企业搜索 */
.zhanghao_default{
  width: 100%;
  background: #fff;
}
.zhanghao_table{
  width: 100%;
  background: #fff;
  min-height: 500px;
  margin-top: 20px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
/* 查企业详情 */
.user_main_right_u{
  flex: auto;
  background-color: #ecf5fe;
  min-height: 600px;
}
.zhanghao_u{
  background: #fff;
}
.search_detail_com{
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.zhanghao_u_btm{
  padding: 20px;
}
.company_info_container {
  background: #f4f9ff;
  padding-left: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}

.company_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.company_name {
  font-size: 16px;
  font-weight: bold;
  color: #007aff;
}

.status_tag,.status_type {
  background-color: #f0f0f0;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer;
}

.favorite_button {
  background: none;
  border: none;
  cursor: pointer;
}

.company_details {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.company_details p{
  margin-top: 10px;
  color: #707475;
}
.company_details p .company_details_link{
  color: #333;
}

.detail_link {
  color: #007aff;
  text-decoration: none;
  cursor: pointer;
}
.status_tag{
  background-color:  #ebf6e5;
  color:#54bc7d;
}
.status_type{
  background: #eff6fe;
  color:  #1c78ff;
}
.notice_con{
  min-height: 600px;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
.tabmenu {
  list-style-type: none;
  height: 36px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-left: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.tabitem {
  float: left;
  margin: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

.tabitem.active {
  color: #007aff;
  border-bottom: 3px solid #007aff;
}
.filter_bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.filter_bar select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.filter_bar_input_wrap{
  width: 240px;
}
.filter_bar_input {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 240px;
}

.filter_bar button {
  padding: 5px 10px;
  background-color: #007aff;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.biddingunit_title{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.biddingunit_title_left{
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  display:flex;
  align-items: center;
}
.biddingunit_title_right{
  display: flex;
  align-items: center;
  align-items: flex-end;
}
.biddingunit_title_right div{
  margin-right: 15px;
  color:#727272;
}
.biddingunit_title_right div span{
  color:#ff2900;
  padding-left: 3px;
}
.bidding_table_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.bidding_table {
  width: 940px;
  border-collapse: collapse;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.bidding_table th,
.bidding_table td {
  border: 1px solid #ccc;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  word-wrap: break-word;
  height: 35px;
  box-sizing: border-box;
  width: 8%;
}
.bidding_table th:first-child,
.bidding_table td{
  width: 3%;
}
.bidding_table td{
  font-size: 12px;
}

.amount {
  color: #f40;
}

.operation-link {
  color: #007aff;
  text-decoration: none;
}
/* 企业详情弹框 */
.AD_popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    display: flex; /* 默认隐藏 */
    justify-content: center;
    align-items: center;
    z-index: 999; /* 确保在最上层 */
    display: none; /* 默认隐藏 */
}
.AD_box_u {
    background: #fff;
    width: 905px;
    height: 580px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 10%;
    padding-top: 5px;
}
.AD_clone_u{
  font-size: 20px;
  color: #8b92a5;
  cursor: pointer;
}
.AD_box_u_top{
  margin: 0 auto;
  width: 95%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AD_box_u_top_title{
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.AD_box_u_con{
  width: 95%;
  height: 500px;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dfdfdf;
}

.AD_box_u_con table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.AD_box_u_con table th,
.AD_box_u_con  table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  font-size: 14px;
}
.AD_box_u_con table th{
  width: 15%;
  color: #959595;
  background: #fafafa;
}
.AD_box_u_con  table td{
  color: #333;
}
/* 联系人弹框 */
.AD_popup_Contact{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
  display: flex; /* 默认隐藏 */
  justify-content: center;
  align-items: center;
  z-index: 999; /* 确保在最上层 */
  display: none; /* 默认隐藏 */
}
.AD_box_Contact {
  background: #fff;
  width: 650px;
  height: 550px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-size: 100% 100%;
  position: relative;
  margin: 0 auto;
  margin-top: 10%;
  padding-top: 5px;
}
.AD_box_Contact_top{
  margin: 0 auto;
  width: 95%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AD_box_Contact_title{
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.AD_clone_Contact{
  font-size: 30px;
  color: #8b92a5;
  cursor: pointer;
}
.Contact_search_wrap{
  width: 95%;
  margin: 10px auto;
  display: flex;
}
.Contact_search_wrap input {
  padding: 5px;
  border: 1px solid #ccc;
  width: 300px;
  height: 35px;
  box-sizing: border-box;
}

.Contact_search_wrap  button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 100px;
  background-color: #1d77ff;
  color: white;
  border: none;
  cursor: pointer;
  margin-left: 15px;
  font-size: 18px;
}

.Contact_search_wrap  button:hover {
  background-color: #0056b3;
}
.AD_box_Contact_con{
  width: 95%;
  margin: 0 auto;
}
.AD_box_Contact_con table {
  width: 100%;
  height: 400px;
  border-collapse: collapse;
}

.AD_box_Contact_con th,
.AD_box_Contact_con td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  color: #333;
}

.AD_box_Contact_con .tag {
  display: inline-block;
  padding: 2px 6px;
  margin-left: 5px;
  border-radius: 3px;
  font-size: 12px;
}

.AD_box_Contact_con .tag:nth-child(1) {
  background-color: #ebf6e5;
  color: #54bc7d;
}

.AD_box_Contact_con .tag:nth-child(2) {
  background-color: #eff6fe;
  color: #1c78ff;
}

.AD_box_Contact_con .viewProject,
.AD_box_Contact_con .addToContact {
  color: #007bff;
  text-decoration: none;
}

.AD_box_Contact_con .viewProject:hover,
.AD_box_Contact_con .addToContact:hover {
  text-decoration: underline;
}

.AD_box_Contact_con #pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.AD_box_Contact_con  #prevPage,
.AD_box_Contact_con  #nextPage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.AD_box_Contact_con  #prevPage img,
.AD_box_Contact_con  #nextPage img{
  width: 20px;
  height: 20px;
}
#pageList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

#pageList li {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #7a7a7a;
  margin: 0 8px;
}

#pageList li.active {
  background-color: #007bff;
  color: white;
}

#pageList li.ellipsis {
  cursor: default;
}
/* 招标详情 */
.notice_container_top{
  /* width: 100%; */
}
.notice_container_top_tit{
  font-size: 18px;
  font-weight: 600;
  padding-top: 25px;
  padding-left: 25px;
  box-sizing: border-box
}
.notice_container_top_mid{
  display: flex;
  margin-top: 15px;
}
.notice_zhongbiao{
  padding: 5px 10px;
  background: #ebf6e6;
  color: #54bc7f;
  margin-left: 25px;
}
.notice_zb_address{
  padding: 5px 10px;
  background: #f0f4fd;
  color: #1f71ff;
  margin-left: 15px;
}
/* 整体容器样式 */
.tab_wrapper_n{
  width: 100%;
  margin-top: 15px;
}
.tab_nav_n{
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  font-size: 16px;
}
.tab_item_n{
  padding:14px 0px;
  box-sizing: border-box;
  margin-left: 25px;
  cursor: pointer;
  font-weight: 550;
}
.active_n{
  color: #1d77ff;
  border-bottom: 2px solid #1d77ff;
}
.DetailTab{
  margin-top: 35px;
  padding-left: 20px;
  width: 970px;
  box-sizing: border-box;
}

.content_n{
  box-sizing: border-box;
}
.details_tit{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-left: 25px;
}
.details_text{
  font-size: 14px;
  margin-bottom: 25px;
  color: #575757;
  white-space: normal;
  padding:0 25px;
  width: 930px;
  line-height: 1.6;
}
.details_tiaojian{
  padding: 0 25px;
  display: grid;
  /* row-gap: 10px; */
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 25px;
  color: #575757;
  white-space: normal;
  padding:0 25px;
  width: 930px;
}

.details_btm{
  padding: 0 25px;
  display: grid;
  /* row-gap: 10px; */
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 25px;
  color: #575757;
  white-space: normal;
  padding:0 25px;
  width: 930px;
  height: 300px;
}
/* 项目进度 */
.DetailTab_wrap{
  width: 920px;
  padding: 30px 25px;
  display: flex;
}
.progress_left{
  width: 35%;
}
.details_tit_left{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
/* 时间轴容器样式 */
.timeline-container {
  margin: 0 auto;
}

/* 单个时间轴项目样式 */
.timeline-item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

/* 时间轴圆点样式 */
.timeline-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #007bff;
  position: absolute;
  left: 0;
  top: 0px;
}

/* 时间轴内容样式 */
.timeline-content {
  position: relative;
}

/* 日期样式 */
.timeline-date {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #575757;
}

/* 新标签样式 */
.newimg_wrap{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.new-tag {
  margin-left: 10px;
}

/* 项目名称样式 */
.project-name {
  margin-bottom: 5px;
  font-size: 14px;
  color: #575757;
  margin-bottom: 10px;
}

/* 项目状态样式 */
.project-statusZ {
  background-color: #f4f2ff;
  color: #6c7bee;
  padding: 3px 7px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.project-status {
  background-color: #eff6ff;
  color: #4d85fe;
  padding: 3px 7px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.border_time{
  position: absolute;
  height: 85px;
  border-right: 1px solid #d3d3d3;
  top:12px;
  left:5px;
}
/* 项目进度右边 */
.progress_right{
  width: 65%;
  border-left: 1px solid #d3d3d3;
}
.content_n{
  box-sizing: border-box;
}
.details_tit{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-left: 25px;
}
.details_text_p{
  font-size: 14px;
  margin-bottom: 25px;
  color: #575757;
  white-space: normal;
  padding:0 25px;
  width: 550px;
  line-height: 1.6;
}
.details_tiaojian_p{
  padding: 0 25px;
  display: grid;
  /* row-gap: 10px; */
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 25px;
  color: #575757;
  white-space: normal;
  padding:0 25px;
  width: 550px;
}

.details_btm_p{
  padding: 0 25px;
  display: grid;
  /* row-gap: 10px; */
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 25px;
  color: #575757;
  white-space: normal;
  padding:0 25px;
  width: 550px;
  height: 30px;
}
.details_tit_right{
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.progress_right_con_wrap{
  width: 90%;
  box-sizing: border-box;
  padding-left: 20px;
}

/* 企业列表 */
.list_wrap_index{
  width: 1200px;
  margin: 0 auto;
}
.goindex{
  margin-top: 15px;
}
.check_com{
  color:#3782ff;
}
.list_con_wrap{
  display: flex;
  width: 1200px;
  margin-top: 15px;
}
.list_con_left{
  margin-right: 10px;
  width: 880px;
}
.list_con_right{
  width: 310px;
}
.list_search_wrap{
  width: 100%;
  height: 230px;
  border-radius: 5px;
  background: #fff;
  padding-left: 25px;
  padding-top: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
/* 搜索容器样式 */
.search-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* 搜索输入框样式 */
.search_input_search {
  flex: 1;
  border: 1px solid #007bff;
  border-right: none;
  height: 44px;
  padding-left: 10px;
}

/* 搜索按钮样式 */
.search-button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
  font-size: 16px;
  cursor: pointer;
}
.search-button img{
  width: 20px;
  height: 20px;
}
 /* 整体容器样式 */
 .region-filter {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.region-filter-left{
  width: 260px;
  margin-top: 6px;
}
.region-filter-left .active_all{
  padding: 3px 6px;
  margin: 3px 0px;
  background: #1c78ff;
  color: #fff;
  border-radius: 3px;
}
li .active_all{
  background: #1c78ff;
  color: #fff;
  border-radius: 3px;
  padding: 3px 6px;
  margin: 3px 0px;
}
.region-filter-left .filter_tit{
  font-weight: 700;
}
.region-filter span{
  padding: 3px 3px;
  margin: 3px 0px;
}
/* 无序列表样式 */ 
.region-filter .ul_type {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.region-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.region-filter ul li:first-child {
  color:#007bff;
  font-weight: 600;
}

/* 列表项样式 */
.region-filter li {
  padding: 3px 6px;
  margin: 3px 0px;
  cursor: pointer;
}

/* 激活状态（可按需调整逻辑，这里简单设置颜色区分） */
.region-filter li.active {
  color: #007bff;
  font-weight: bold;
}

#tag-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  /* padding: 5px 10px; */
  height: 32px;
  background-color: #f2f2f2;
}

 #tag-container a .tag {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
  color: #007bff;
  border: 1px solid #007bff;
  margin-left: 15px;
  /* height: 70%; */
}

.close-tag {
  margin-left: 5px;
  cursor: pointer;
}
.search_num_all{
  height: 42px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  color: #575757;
}
.search_num_all span{
  color: #fe2b00;
}
.company_card{
  height: 270px;
  border-radius: 5px;
  padding: 15px 20px;
  box-sizing: border-box;
  background: #fff;
  margin: 0;
  border-top: 1px solid #eeeeee;
}
.company_card:hover{
  position: relative;
  box-shadow: 
  3px 3px  5px  rgba(206, 230, 254, 1), /* 左侧阴影 */
  -3px 3px  5px  rgba(206, 230, 254, 1); /* 右侧阴影 */
  /* box-shadow:   0 5px 10px  rgba(206, 230, 254, 1); 底部阴影 */
  background: #f4f9ff;
  /* margin-bottom: 5px; */
}
  /* 底部阴影 */
  .active_card:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    box-shadow: 0 3px 5px rgba(206, 230, 254, 1);
  }
.company-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-info-left{
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon img {
  vertical-align: middle;
}

.company-name,.company-sector {
  font-size: 18px;
  font-weight: 700;
}

.company-sector {
  color: #fe2b00;
}
.status {
  background-color: #ebf6e6;
  padding: 3px 8px;
  border-radius: 3px;
}

.status-text {
  color: #53bb7c;
  font-size: 14px;
}

.favorite-button {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: #eeeeee;
  padding: 3px 8px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.favorite-text {
  color: #6c757d;
  font-size: 14px;
}
.company_card_mid{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.company_card_mid_left{
  width: 380px;
  margin-right: 15px;
}
.company_card_mid_left_tit{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.company_card_mid_left p{
  margin-bottom: 18px;
  color: #454a4d;
}
.company_card_mid_left p .label{
  color: #757776;
}

.company_card_mid_right{
  width: 500px;
  border: 1px solid #eeeeee;
  padding-top:25px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
.new-badge-n {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-bottom: 35px solid #007bff;
  transform: rotate(180deg);
  z-index: 1;
}
.new-badge-n span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, 175%) rotate(130deg);
  color: #fff;
  font-size: 10px;
}

.mid_right_tit{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.count {
  padding: 8px 10px;
  color: #1c78ff;
  background: #ebf5fe;
  position: absolute;
  top: 0;
  right: 0;
}
.count-num {
  color: #fe2b00;
  font-weight: bold;
}

.tender-item {
  margin-bottom: 10px;
}

.tender-item .info_tit {
  font-size: 14px;
  margin-bottom: 10px;
  color: #575757;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #787878;
}

.type-tag-one,.type-tag-two{
  padding: 3px 8px;
  border-radius: 3px;
}
.type-tag-one{
  background-color: #eff6fe;
  color: #3e84fd;
}
.type-tag-two{
  background: #f3f3ff;
  color: #6372e9;
}
.amount-num {
  color: #ff4326;

}

.list_con_right{
  width: 310px;
}
.list_address_nav{
  width: 100%;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}
.list_address_nav_top{
  height: 55px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;

}
.list_tit_nav{
  font-size: 20px;
  font-weight: 700;
  display: flex;
  margin-left: 20px;
}
.list_nav_top_left{
  display: flex;
  align-items: center;
}
.top_address_group{
padding-left: 25px;
box-sizing: border-box;
padding-bottom: 25px;
}
.top_address_group ul{
  display: flex;
  font-size: 14px;
  color: #575757;
  margin-top: 18px;
}
.top_address_group ul li{
  margin-right: 5px;
}
.top_address_group ul li:first-child{
  color: #000;
  font-weight: 600;
  margin-right: 10px;
}
.top_plat_group{
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  padding-bottom: 25px;
}   
.top_plat_group>ul{
  list-style-type: disc;
  list-style-position: inside;
}
.top_plat_group>ul li{
  font-size: 14px;
  color: #575757;
  margin-top: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.top_zhidao_group{
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  padding-bottom: 15px;
}   
.top_zhidao_group>ul{
  /* list-style-type: disc; */
  list-style-type: none;
  list-style-position: inside;
}
.top_zhidao_group>ul li{
  font-size: 14px;
  color: #575757;
  margin-top: 4px;
  max-width: 100%;
  line-height: 1.4;
}
.top_zhidao_group>ul li a:hover{
  color: #1c78ff;
}
.top_zhidao_group .li_title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.top_zhidao_group .li_desc{
  color: #8d8686;
  margin-top: 5px;
  /* white-space: nowrap; */
  display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

ul li::marker {
  color: #3a9cff;
}
.list_address_nav_top .list_more{
  font-size: 12px;
  color: #717171;
  cursor: pointer;
}
.content_sj .content_sj_top{
  color: #47484c;
}
/* buy供应模块 index 样式 */

.list_an{background:url(/skin/xmx_2025/img/buy/list.png) no-repeat;display:inline-block;font-style:normal}
.medal-big-1{width:34px;height:50px;background-position:0 0}
.medal-small-1{width:26px;height:39px;background-position:-46px -11px}
.medal-big-2{width:34px;height:50px;background-position:-108px 0}
.medal-small-2{width:26px;height:39px;background-position:-157px -11px}
.medal-big-3{width:34px;height:50px;background-position:-225px 0}
.medal-small-3{width:26px;height:39px;background-position:-271px -11px}

.badge-Text{display:inline-block;font-size:18px;line-height:30px;height:30px;font-weight:bold;padding-left:40px}
.badge-wpdr{background-position:0 -312px;color:#FF6A07}
.badge-rbxf{background-position:0 -514px;color:#d00000}
.badge-hydn{background-position:0 -715px;color:#5353E8}
.badge-xqds{background-position:0 -915px;color:#37950d}

.conment_er{
  width: 1200px;
  margin: 0 auto;
  padding:40px 0;
}
.hotshops_title{height:35px;border-bottom:2px solid #000;position:relative}
.hotshops_title .rank_box{position:absolute;right:0;top:0;height:35px;line-height:35px;font-size:14px}
.hotshops_title .rank_box a{padding-right:10px;}
.hotshops_title .rank_box a.nos{cursor: default;}
.hotshops_title .rank_box a strong{padding:0 5px;font-size: 14px;color: #e60000;}
.hotshops_title .rank_box .ioc{width:24px;height:24px;float:left;background:url(images/company/ioc1.png) no-repeat;margin:5px 5px 0 0}

.rank_ul{overflow:hidden}
.rank_ul *{overflow:hidden}
.rank_ul li{position:relative;padding:35px 0 35px 410px;height:250px;border-bottom:1px solid #e6e6e6}
.rank_ul li.hover{background:#f9f9f9}
.rank_ul li .left{position:absolute;left:0;top:35px;padding-left:70px;width:330px}
.rank_ul li .left .s1,.rank_ul li .left .s2{position:absolute}
.rank_ul li .left span i{display:block}
.rank_ul li .left .s1{width:32px;height:39px;top:5px;left:10px;text-align:center;font-size:28px;font-family:'思源黑体'}
.rank_ul li .left .s2{width:11px;height:10px;top:10px;left:48px}
.rank_ul li .left .t{font-size:18px;font-weight:bold;height:30px;line-height:30px}
.rank_ul li .left .vip{padding:5px 0 0 0;height:35px;border-bottom: 1px dashed #e5e5e5;margin-bottom:15px;}
.rank_ul li .left .vip span{border:1px solid #e60000;color:#e60000;display:inline-block;padding:0 5px;height:16px;line-height:16px;font-size: 12px;}
.rank_ul li .left .buy_info{color:#696969;line-height:27px;font-size:14px;margin: 0;padding: 0;border-top: 0;border-bottom: 0;background: none;}
.rank_ul li .left .buy_info p{padding-left:70px;position:relative}
.rank_ul li .left .buy_info p .tt{position:absolute;left:0;top:0}
.rank_ul li .left .buy_info p a{margin-right:5px;float:left}
.rank_ul li .left .buy_info p a:hover{text-decoration:underline}
.rank_ul li .left .buy_info .a{margin-left:-5px;color:#e60000}
.rank_ul li .left .buy_info .a a{float:none;width:auto;margin:0 5px;color:#e60000}
.rank_ul .current{background:#ffebdd}
.rank_ul .current:hover{background:#ffcaa7}

.rank_dl{height: 270px;margin-left:-26px;}
.rank_dl dd{width:175px;height: 270px;float:left;padding-left:26px;}
.rank_dl dd .sp-img{width:173px;height:173px;border: 1px solid #e5e5e5;overflow:hidden;display: block;margin-bottom: 15px;}
.rank_dl dd img{width:171px;height:171px;}
.rank_dl dd .sp-img:hover img {transform: scale(1.3);transition: all 1s ease 0s;-webkit-transform: scale(1.3);-webkit-transform: all 1s ease 0s;}
.rank_dl dd .price{color:#f60;font-size:12px;height:30px;line-height:30px}
.rank_dl dd .price span{font-size:20px;font-family:'思源黑体'}
.rank_dl dd .t{line-height:20px;font-size:14px;height:40px}
.rank_dl dd .t a:hover{text-decoration:underline}

.fl-clr{zoom: 1;}
/********************** buy供应模块 index 样式结束 ******************/


/********************  城市分站增加 推荐关键词部分演示  ********************/

.city_home_tab_box{
  margin: 20px auto;
  padding: 15px 20px;
  /* width: 100%; */
}
.city_home_tab_box ul{
  display: flex;
  font-size: 16px;
  text-align: center;
  line-height: 40px;

}
.city_home_tab_box ul li{
  width: 190px;
  height: 40px;
  margin-right: 5px;
  cursor: pointer;
}
.city_home_tab_box ul li.active{
  background: #1c78ff;
  color: #fff;
  border-top-left-radius: 5px; 
   border-top-right-radius: 5px;
}
.city_home_tab_box ol{
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  border: 1px solid #f2f2f2;
  padding: 20px 0;
  background: #fff;
}
.city_home_tab_box ol li{
  width: 188px;
  height: 25px;
  text-align: center;
  margin: 5px;
  overflow: hidden;
  line-height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.city_home_tab_box ol li a:hover,
.city_home_tab_box ol li:first-child{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef1f7;
  border-radius: 3px;
  color:#1c78ff;
}
.city_home_tab_box ol li:first-child a{
  color:#1c78ff;
}

/********************  城市分站增加 推荐关键词 结束  ********************/